PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / setTextMatrix Method
First matrix element.
Second matrix element.
Third matrix element.
Fourth matrix element.
Fifth matrix element.
Sixth matrix element.
In This Topic
    setTextMatrix Method
    In This Topic
    Sets the current text matrix and text line matrix. Operator: Tm
    Syntax
    public void setTextMatrix( 
       double a,
       double b,
       double c,
       double d,
       double e,
       double f
    )

    Parameters

    a
    First matrix element.
    b
    Second matrix element.
    c
    Third matrix element.
    d
    Fourth matrix element.
    e
    Fifth matrix element.
    f
    Sixth matrix element.
    See Also